home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 May / CHIPCD200305.iso / game / juji.swf / scripts / DefineButton2_32 / BUTTONCONDACTION on(release).as
Text File  |  2003-03-01  |  150b  |  9 lines

  1. on(release){
  2.    _root.score += 100;
  3.    tellTarget("_root.citybigMC.movesniperactionsMC")
  4.    {
  5.       gotoAndPlay(3);
  6.    }
  7.    gotoAndPlay(1);
  8. }
  9.